PathMakeWithLine
Type
operator
Summary
Creates a new path.
Syntax
line path from <mFrom> to <mTo>
Description
Creates a new path.
Parameters
Name | Type | Description |
---|---|---|
mFrom | An expression which evaluates to a point. | |
mTo | An expression which evaluates to a point. |
Examples
// Create a line path
variable tPath as Path
put line path from point [50,100] to point [100,50] into tPath